chore(changesets): normalize non-breaking bumps to patch per the pre-1.0 rule - #429
Conversation
|
| Name | Type |
|---|---|
| agent-bundle | Patch |
| @agent-bundle/runtime | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@codex review |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
commit: |
Summary
Audit of every
.changeset/*.mdonmainagainst the pre-1.0 semver rule inAGENTS.md/.changeset/README.md(minor= breaking,patch= everything else including new features).117 changesets carried a
minorbump. 98 of them describe additive work (new commands, exports, subpaths, config keys, capability rows, proof levels, host adapters, diagnostics for new features, or fixes/loosened validation) and are normalized topatch. 19 keepminorbecause their text or PR describes a breaking change:minorcanonical-component-kindsinspect --jsonkind/namefields change for event routescomponent-feature-setsAB4927/AB4907)evidence-backed-capability-statesframework-mode-agent-bundle,framework-mode-rsc-runtimefeat!PR #67; runtime removes the structural JSX layernotice-inbox-resource-updated(runtime)AgentNoticeLedgergains required methods (explicit "breaking")portable-normative-rules-fail-closedremove-vendored-inspectorrename-rsc-runtime-packagerendered-cli-stage3AB4816(removed diagnostic code)required-provider-fixturesrsc-mcp-listing-title-metaruntime-app-reload-channelwebSocketOrigin/webSocketPath/webSocketTokenfieldsscript-dispatch-and-workbench-surface(agent-bundle)AgentBundleTestManifest.scriptsbecomes requiredshared-route-layoutsdecodeAgentDocumentbehavior changeskills-under-srcAB4736)strip-capability-self-pinscreate-agent-bundle-scaffolder,fresh-runtimes-curate0.0.0package (0.1.0)Judgment calls applied consistently: a
fix:-typed PR ispatchunless its text names a removal; validation that newly loosens ispatch; validation that newly fails a previously accepted project isminor; adapter-revision bumps that only change emitted output for a rebuild arepatch.Effect on the Version Packages PR (#411)
Resulting versions are unchanged —
pnpm changeset status --verbosestill reportsagent-bundle -> 0.2.0,@agent-bundle/runtime -> 0.1.0,create-agent-bundle -> 0.1.0— because each package keeps at least one genuineminor. What changes is the CHANGELOG that #411 regenerates on its next refresh: the 98 normalized entries move from Minor Changes to Patch Changes, so the breaking entries are readable on their own. #411 is machine-owned and will pick this up on merge; do not edit it by hand.Evidence
pnpm changeset status --verbose→ exit 0, versions above (/tmp/final-sweep/changeset-status.txt).git diff --stat: 98 files, frontmatter-only changes (minor→patch); no summaries edited.Test plan
pnpm changeset status --verbosepasses and reports the same target versions as before.Review status
@codex reviewrequested at 16:32 UTC for head122c3731555fd024cb8176153e77dac17026891b; the connector answered usage limits reached (maintainer credits exhausted). Unreviewed SHA:122c3731555fd024cb8176153e77dac17026891b. Merged on CI green per the quota fallback in AGENTS.md; changesets-only diff (no source changes).